home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacAddict 103
/
MacAddict_103_2005-03.iso
/
Software
/
Internet & Communication
/
SearchGoogle.service 6.dmg
/
DOUBLECLICK To Install.command
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-12-04
|
257 b
|
7 lines
#!/bin/sh
ps -axc|grep SearchGoogle|awk '{print $1}'|xargs kill
rm -rf ~/Library/Services/SearchGoogle.service
mkdir -p ~/Library/Services/
cp -R /Volumes/SearchGoogle/SearchGoogle.service ~/Library/Services/
exec /Volumes/SearchGoogle/.rebind-services
exit